tests: Disable the textview-margins reftest
authorMatthias Clasen <mclasen@redhat.com>
Sat, 30 Jan 2021 03:45:21 +0000 (22:45 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Sun, 31 Jan 2021 00:57:24 +0000 (19:57 -0500)
It is too flaky to be useful.

testsuite/reftests/meson.build

index c45d068bf02e415d0d76f01d53fcb2abdca9bce3..0df2c5469a3e2af0a20803db7c1a51ba096600a4 100644 (file)
@@ -422,11 +422,11 @@ testdata = [
   'textview-border-windows.css',
   'textview-border-windows.ref.ui',
   'textview-border-windows.ui',
-  'textview-margins.css',
-  'textview-margins.ref.ui',
-  'textview-margins.ui',
-  # this test needs a better way to perform delayed actions
-  # it is not in xfail since it succeeds on some platforms
+  # these tests needs a better way to perform delayed actions
+  # they are not in xfail since they succeed on some platforms
+  #'textview-margins.css',
+  #'textview-margins.ref.ui',
+  #'textview-margins.ui',
   #'textview-tags.ref.ui',
   #'textview-tags.ui',
   'treeview-crash-too-wide.ref.ui',